Skip to content

chore: release#1692

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-04-28T23-01-47Z
Open

chore: release#1692
github-actions[bot] wants to merge 1 commit intomainfrom
release-plz-2026-04-28T23-01-47Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 28, 2026

🤖 New release

  • rig-derive: 0.1.13 -> 0.1.14
  • rig-core: 0.36.0 -> 0.37.0 (⚠ API breaking changes)
  • rig-bedrock: 0.4.5 -> 0.4.6 (✓ API compatible changes)
  • rig-fastembed: 0.4.0 -> 0.4.1 (✓ API compatible changes)
  • rig-gemini-grpc: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-helixdb: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-lancedb: 0.4.5 -> 0.4.6 (✓ API compatible changes)
  • rig-milvus: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-mongodb: 0.4.5 -> 0.4.6 (✓ API compatible changes)
  • rig-neo4j: 0.5.5 -> 0.5.6 (✓ API compatible changes)
  • rig-postgres: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-qdrant: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-s3vectors: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-scylladb: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-sqlite: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-surrealdb: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-vectorize: 0.2.5 -> 0.2.6 (✓ API compatible changes)
  • rig-vertexai: 0.3.5 -> 0.3.6 (✓ API compatible changes)
  • rig: 0.36.0

rig-core breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A `macro_rules!` declarative macro cannot be invoked by its prior name. The macro may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro try_parallel, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:262
  macro tuple_pattern, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:149
  macro if_wasm, previously in file /tmp/.tmpe5hJL3/rig-core/src/wasm_compat.rs:61
  macro conditional, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/conditional.rs:48
  macro parallel_internal, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:49
  macro parallel_internal, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:49
  macro try_parallel_internal, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:176
  macro if_not_wasm, previously in file /tmp/.tmpe5hJL3/rig-core/src/wasm_compat.rs:70
  macro parallel, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:162
  macro parallel, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:162
  macro parallel_op, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:136
  macro try_conditional, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/conditional.rs:127

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/enum_missing.ron

Failed in:
  enum rig::providers::copilot::CopilotAuth, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/copilot/mod.rs:91
  enum rig::providers::openrouter::completion::ReasoningDetails, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1296
  enum rig::providers::openrouter::ReasoningDetails, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1296
  enum rig::providers::anthropic::completion::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:1011
  enum rig::audio_generation::AudioGenerationError, previously in file /tmp/.tmpe5hJL3/rig-core/src/audio_generation.rs:12
  enum rig::completion::message::AudioMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:498
  enum rig::message::AudioMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:498
  enum rig::providers::mistral::completion::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:308
  enum rig::providers::mistral::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:308
  enum rig::providers::gemini::interactions_api::interactions_api_types::ContentDelta, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2217
  enum rig::providers::gemini::interactions_api::ContentDelta, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2217
  enum rig::providers::openrouter::completion::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1526
  enum rig::providers::openrouter::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1526
  enum rig::completion::message::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1268
  enum rig::message::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1268
  enum rig::providers::openai::completion::SystemContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:215
  enum rig::providers::openai::SystemContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:215
  enum rig::providers::anthropic::completion::Content, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:272
  enum rig::providers::anthropic::completion::ImageFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:385
  enum rig::providers::perplexity::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/perplexity.rs:138
  enum rig::providers::openrouter::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1241
  enum rig::providers::openrouter::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1241
  enum rig::providers::anthropic::completion::ToolResultContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:325
  enum rig::providers::cohere::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:286
  enum rig::client::ClientBuilderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:45
  enum rig::providers::openai::responses_api::SystemContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1582
  enum rig::providers::huggingface::completion::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:70
  enum rig::providers::anthropic::completion::DocumentSource, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:369
  enum rig::providers::cohere::completion::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:90
  enum rig::providers::anthropic::streaming::StreamingEvent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/streaming.rs:26
  enum rig::providers::mistral::completion::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:226
  enum rig::providers::mistral::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:226
  enum rig::providers::together::completion::ToolChoiceFunctionKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:363
  enum rig::providers::together::ToolChoiceFunctionKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:363
  enum rig::providers::ollama::SystemContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/ollama.rs:1150
  enum rig::providers::cohere::completion::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:252
  enum rig::providers::gemini::interactions_api::interactions_api_types::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1308
  enum rig::providers::gemini::interactions_api::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1308
  enum rig::providers::gemini::interactions_api::interactions_api_types::ThinkingLevel, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1943
  enum rig::providers::gemini::interactions_api::ThinkingLevel, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1943
  enum rig::providers::gemini::completion::gemini_api_types::HarmCategory, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1286
  enum rig::agent::ToolCallHookAction, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/prompt_request/hooks.rs:96
  enum rig::providers::chatgpt::ChatGPTAuth, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/chatgpt/mod.rs:55
  enum rig::providers::openrouter::completion::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:775
  enum rig::providers::openrouter::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:775
  enum rig::providers::openrouter::completion::LatencyThreshold, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:180
  enum rig::providers::openrouter::LatencyThreshold, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:180
  enum rig::embeddings::embedding::EmbeddingError, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embedding.rs:16
  enum rig::embeddings::EmbeddingError, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embedding.rs:16
  enum rig::evals::EvalError, previously in file /tmp/.tmpe5hJL3/rig-core/src/evals.rs:16
  enum rig::providers::cohere::client::ApiResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/client.rs:95
  enum rig::providers::cohere::ApiResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/client.rs:95
  enum rig::providers::openrouter::streaming::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/streaming.rs:31
  enum rig::pipeline::ChainError, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/mod.rs:283
  enum rig::completion::request::CompletionError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:85
  enum rig::completion::CompletionError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:85
  enum rig::providers::openai::responses_api::streaming::ResponseChunkKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:89
  enum rig::providers::cohere::completion::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:321
  enum rig::providers::openai::responses_api::Include, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1203
  enum rig::providers::openai::completion::ToolResultContentValue, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:297
  enum rig::providers::openai::ToolResultContentValue, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:297
  enum rig::providers::openai::responses_api::websocket::ResponsesWebSocketDoneEventKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/websocket.rs:145
  enum rig::providers::anthropic::decoders::sse::SSEDecoderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/sse.rs:15
  enum rig::providers::mistral::completion::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:52
  enum rig::providers::mistral::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:52
  enum rig::providers::openrouter::completion::ProviderSort, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:144
  enum rig::providers::openrouter::ProviderSort, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:144
  enum rig::client::verify::VerifyError, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/verify.rs:5
  enum rig::client::VerifyError, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/verify.rs:5
  enum rig::prelude::VerifyError, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/verify.rs:5
  enum rig::providers::anthropic::completion::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:265
  enum rig::providers::huggingface::completion::SystemContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:167
  enum rig::providers::gemini::interactions_api::interactions_api_types::AgentConfig, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2134
  enum rig::providers::gemini::interactions_api::AgentConfig, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2134
  enum rig::providers::ollama::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/ollama.rs:893
  enum rig::extractor::ExtractionError, previously in file /tmp/.tmpe5hJL3/rig-core/src/extractor.rs:58
  enum rig::providers::gemini::interactions_api::interactions_api_types::InteractionStatus, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1251
  enum rig::providers::gemini::interactions_api::InteractionStatus, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1251
  enum rig::providers::gemini::interactions_api::interactions_api_types::Tool, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2045
  enum rig::providers::gemini::interactions_api::Tool, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2045
  enum rig::tool::ToolError, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/mod.rs:27
  enum rig::providers::huggingface::completion::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:129
  enum rig::tool::server::ToolServerError, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/server.rs:258
  enum rig::providers::openai::responses_api::ResponseStatus, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:778
  enum rig::loaders::pdf::PdfLoaderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/pdf.rs:10
  enum rig::providers::ollama::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/ollama.rs:879
  enum rig::providers::ollama::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/ollama.rs:1188
  enum rig::providers::groq::ReasoningFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/groq.rs:152
  enum rig::agent::MultiTurnStreamItem, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/prompt_request/streaming.rs:37
  enum rig::providers::openai::responses_api::ReasoningSummary, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:208
  enum rig::completion::message::ImageDetail, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:525
  enum rig::message::ImageDetail, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:525
  enum rig::completion::message::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:67
  enum rig::message::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:67
  enum rig::completion::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:67
  enum rig::providers::anthropic::completion::DocumentFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:404
  enum rig::providers::gemini::interactions_api::interactions_api_types::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2012
  enum rig::providers::gemini::interactions_api::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2012
  enum rig::completion::message::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:36
  enum rig::message::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:36
  enum rig::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:36
  enum rig::providers::openai::completion::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:389
  enum rig::providers::openai::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:389
  enum rig::providers::cohere::completion::Source, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:353
  enum rig::vector_store::IndexStrategy, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/mod.rs:233
  enum rig::providers::gemini::completion::gemini_api_types::BlockReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1362
  enum rig::providers::openai::responses_api::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1501
  enum rig::providers::copilot::EncodingFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/embedding.rs:46
  enum rig::providers::openai::embedding::EncodingFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/embedding.rs:46
  enum rig::providers::openai::EncodingFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/embedding.rs:46
  enum rig::providers::openai::responses_api::OpenAIServiceTier, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1170
  enum rig::vector_store::VectorStoreError, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/mod.rs:34
  enum rig::http_client::sse::Event, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/sse.rs:171
  enum rig::providers::openai::responses_api::AssistantContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1572
  enum rig::http_client::Error, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:15
  enum rig::providers::gemini::interactions_api::interactions_api_types::ToolChoiceType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2020
  enum rig::providers::gemini::interactions_api::ToolChoiceType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2020
  enum rig::providers::openrouter::completion::Quantization, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:59
  enum rig::providers::openrouter::Quantization, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:59
  enum rig::providers::gemini::completion::gemini_api_types::HarmBlockThreshold, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:2015
  enum rig::providers::openrouter::EncodingFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/embedding.rs:38
  enum rig::providers::openrouter::embedding::EncodingFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/embedding.rs:38
  enum rig::providers::anthropic::completion::CacheControl, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:177
  enum rig::providers::openai::responses_api::TruncationStrategy, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1082
  enum rig::providers::openai::responses_api::websocket::ResponsesWebSocketErrorEventKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/websocket.rs:84
  enum rig::completion::message::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:55
  enum rig::message::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:55
  enum rig::providers::gemini::completion::gemini_api_types::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:703
  enum rig::completion::message::MediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:449
  enum rig::message::MediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:449
  enum rig::agent::HookAction, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/prompt_request/hooks.rs:128
  enum rig::providers::gemini::interactions_api::interactions_api_types::Content, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1725
  enum rig::providers::gemini::interactions_api::Content, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1725
  enum rig::providers::copilot::CopilotCompletionResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/copilot/mod.rs:444
  enum rig::completion::message::ReasoningContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:78
  enum rig::message::ReasoningContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:78
  enum rig::providers::cohere::completion::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:314
  enum rig::providers::mira::MiraError, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mira.rs:80
  enum rig::providers::huggingface::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:228
  enum rig::model::listing::ModelListingError, previously in file /tmp/.tmpe5hJL3/rig-core/src/model/listing.rs:291
  enum rig::model::ModelListingError, previously in file /tmp/.tmpe5hJL3/rig-core/src/model/listing.rs:291
  enum rig::providers::openrouter::completion::SortPartition, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:102
  enum rig::providers::openrouter::SortPartition, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:102
  enum rig::providers::anthropic::streaming::ContentDelta, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/streaming.rs:64
  enum rig::providers::gemini::client::ApiResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/client.rs:235
  enum rig::providers::cohere::completion::CitationType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:366
  enum rig::providers::openai::completion::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:342
  enum rig::providers::openai::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:342
  enum rig::providers::openai::responses_api::TextFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1115
  enum rig::providers::openai::responses_api::ToolResultContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1533
  enum rig::providers::openai::responses_api::ToolStatus, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1308
  enum rig::streaming::ToolCallDeltaContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:68
  enum rig::providers::openrouter::completion::ThroughputThreshold, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:168
  enum rig::providers::openrouter::ThroughputThreshold, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:168
  enum rig::providers::openrouter::completion::ProviderSortStrategy, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:90
  enum rig::providers::openrouter::ProviderSortStrategy, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:90
  enum rig::providers::gemini::interactions_api::interactions_api_types::MediaResolution, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2145
  enum rig::providers::gemini::interactions_api::MediaResolution, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2145
  enum rig::providers::deepseek::ToolType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/deepseek.rs:362
  enum rig::providers::huggingface::client::SubProvider, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/client.rs:13
  enum rig::providers::huggingface::SubProvider, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/client.rs:13
  enum rig::providers::mistral::completion::ToolResultContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:255
  enum rig::providers::mistral::ToolResultContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:255
  enum rig::loaders::epub::EpubLoaderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/epub/errors.rs:8
  enum rig::streaming::StreamedAssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:890
  enum rig::providers::mira::CompletionResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mira.rs:133
  enum rig::streaming::RawStreamingChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:75
  enum rig::transcription::TranscriptionError, previously in file /tmp/.tmpe5hJL3/rig-core/src/transcription.rs:14
  enum rig::providers::mistral::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:66
  enum rig::providers::mistral::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:66
  enum rig::providers::openai::responses_api::ReasoningSummaryLevel, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1193
  enum rig::completion::message::ToolResultContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:224
  enum rig::message::ToolResultContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:224
  enum rig::providers::openai::completion::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:222
  enum rig::providers::openai::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:222
  enum rig::vector_store::request::FilterError, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/request.rs:94
  enum rig::providers::together::client::together_ai_api_types::ApiResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/client.rs:93
  enum rig::providers::openai::completion::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:238
  enum rig::providers::openai::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:238
  enum rig::providers::gemini::gemini_api_types::CodeExecutionOutcome, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/mod.rs:57
  enum rig::providers::gemini::interactions_api::interactions_api_types::TurnContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1323
  enum rig::providers::gemini::interactions_api::TurnContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1323
  enum rig::providers::anthropic::completion::ImageSource, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:347
  enum rig::providers::gemini::interactions_api::interactions_api_types::ThinkingSummaries, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1953
  enum rig::providers::gemini::interactions_api::ThinkingSummaries, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1953
  enum rig::providers::gemini::completion::gemini_api_types::FunctionCallingMode, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1975
  enum rig::completion::message::DocumentMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:475
  enum rig::message::DocumentMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:475
  enum rig::client::ProviderClientError, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:63
  enum rig::tool::rmcp::McpClientError, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/rmcp.rs:205
  enum rig::image_generation::ImageGenerationError, previously in file /tmp/.tmpe5hJL3/rig-core/src/image_generation.rs:9
  enum rig::providers::openai::responses_api::InputContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:189
  enum rig::providers::moonshot::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/moonshot.rs:633
  enum rig::evals::EvalOutcome, previously in file /tmp/.tmpe5hJL3/rig-core/src/evals.rs:29
  enum rig::providers::openai::responses_api::streaming::ItemChunkKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:746
  enum rig::loaders::file::FileLoaderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/file.rs:7
  enum rig::providers::together::completion::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:329
  enum rig::providers::together::ToolChoice, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:329
  enum rig::completion::message::DocumentSourceKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:352
  enum rig::message::DocumentSourceKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:352
  enum rig::providers::openai::responses_api::UserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1605
  enum rig::agent::StreamingError, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/prompt_request/streaming.rs:184
  enum rig::providers::openai::completion::ToolResultContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:273
  enum rig::providers::openai::ToolResultContentType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:273
  enum rig::completion::request::PromptError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:119
  enum rig::completion::PromptError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:119
  enum rig::providers::gemini::completion::gemini_api_types::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1377
  enum rig::providers::gemini::interactions_api::interactions_api_types::ThoughtSummaryContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1543
  enum rig::providers::gemini::interactions_api::ThoughtSummaryContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1543
  enum rig::completion::message::VideoMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:514
  enum rig::message::VideoMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:514
  enum rig::providers::gemini::completion::gemini_api_types::PartKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:728
  enum rig::providers::gemini::interactions_api::interactions_api_types::ResponseModality, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1934
  enum rig::providers::gemini::interactions_api::ResponseModality, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1934
  enum rig::providers::openai::responses_api::ReasoningEffort, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1180
  enum rig::providers::openai::completion::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:137
  enum rig::providers::openai::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:137
  enum rig::providers::gemini::completion::gemini_api_types::ThinkingLevel, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1560
  enum rig::integrations::discord_bot::DiscordBotError, previously in file /tmp/.tmpe5hJL3/rig-core/src/integrations/discord_bot.rs:18
  enum rig::providers::openrouter::completion::DataCollection, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:46
  enum rig::providers::openrouter::DataCollection, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:46
  enum rig::providers::huggingface::completion::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:151
  enum rig::providers::copilot::CopilotStreamingResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/copilot/mod.rs:451
  enum rig::providers::cohere::completion::ToolResultContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:332
  enum rig::completion::request::StructuredOutputError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:164
  enum rig::completion::StructuredOutputError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:164
  enum rig::prelude::StructuredOutputError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:164
  enum rig::streaming::StreamedUserContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:931
  enum rig::providers::anthropic::completion::CacheTtl, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:161
  enum rig::completion::message::ContentFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:440
  enum rig::message::ContentFormat, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:440
  enum rig::providers::openai::responses_api::ResponseObject, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:771
  enum rig::tool::ToolSetError, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/mod.rs:264
  enum rig::client::Transport, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:215
  enum rig::providers::openai::responses_api::Role, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:180
  enum rig::providers::openai::completion::streaming::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:55
  enum rig::providers::openai::streaming::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:55
  enum rig::providers::openai::FinishReason, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:55
  enum rig::providers::huggingface::completion::ApiResponse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:21
  enum rig::providers::anthropic::completion::SourceType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:422
  enum rig::providers::openai::responses_api::websocket::ResponsesWebSocketEvent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/websocket.rs:152
  enum rig::providers::openai::responses_api::streaming::SummaryPartChunkPart, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:853
  enum rig::completion::message::MessageError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1284
  enum rig::message::MessageError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1284
  enum rig::completion::MessageError, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1284
  enum rig::providers::anthropic::decoders::jsonl::JSONLDecoderError, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/jsonl.rs:12
  enum rig::providers::anthropic::completion::PlainTextMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:415
  enum rig::providers::openai::responses_api::AssistantContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1551
  enum rig::providers::anthropic::completion::SystemContent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:202
  enum rig::providers::gemini::interactions_api::interactions_api_types::InteractionInput, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1298
  enum rig::providers::gemini::interactions_api::InteractionInput, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1298
  enum rig::completion::message::ImageMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:460
  enum rig::message::ImageMediaType, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:460
  enum rig::providers::openai::responses_api::OutputRole, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1330
  enum rig::providers::openrouter::completion::ToolChoiceFunctionKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1557
  enum rig::providers::openrouter::ToolChoiceFunctionKind, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1557
  enum rig::providers::gemini::gemini_api_types::ExecutionLanguage, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/mod.rs:30
  enum rig::providers::openai::responses_api::streaming::ContentPartChunkPart, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:796
  enum rig::providers::gemini::interactions_api::interactions_api_types::InteractionSseEvent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2159
  enum rig::providers::gemini::interactions_api::InteractionSseEvent, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:2159
  enum rig::providers::azure::AzureOpenAIAuth, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/azure.rs:184
  enum rig::providers::openai::responses_api::Output, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1220
  enum rig::providers::openai::responses_api::streaming::StreamingCompletionChunk, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:31
  enum rig::providers::gemini::completion::gemini_api_types::HarmProbability, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1276
  enum rig::providers::deepseek::Message, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/deepseek.rs:187
  enum rig::vector_store::request::Filter, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/request.rs:133

--- failure feature_missing: package feature removed or renamed ---

Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/feature_missing.ron

Failed in:
  feature getrandom in the package's Cargo.toml

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function rig::providers::openai::completion::streaming::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:206
  function rig::providers::openai::streaming::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:206
  function rig::providers::openai::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:206
  function rig::http_client::text, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:80
  function rig::providers::anthropic::decoders::sse::iter_sse_messages, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/sse.rs:120
  function rig::providers::openrouter::streaming::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/streaming.rs:250
  function rig::pipeline::agent_ops::lookup, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/agent_ops.rs:61
  function rig::one_or_many::string_or_one_or_many, previously in file /tmp/.tmpe5hJL3/rig-core/src/one_or_many.rs:381
  function rig::pipeline::new, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/mod.rs:291
  function rig::providers::anthropic::decoders::line::decode_chunks, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/line.rs:178
  function rig::http_client::with_bearer_auth, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:100
  function rig::streaming::stream_to_stdout, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:543
  function rig::client::required_env_var, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:90
  function rig::providers::deepseek::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/deepseek.rs:778
  function rig::agent::stream_to_stdout, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/prompt_request/streaming.rs:760
  function rig::providers::anthropic::decoders::line::find_double_newline_index, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/line.rs:143
  function rig::http_client::make_auth_header, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:85
  function rig::pipeline::agent_ops::prompt, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/agent_ops.rs:103
  function rig::providers::anthropic::client::normalize_anthropic_base_url, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/client.rs:165
  function rig::providers::gemini::completion::gemini_api_types::flatten_schema, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:1624
  function rig::pipeline::op::passthrough, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:283
  function rig::pipeline::passthrough, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:283
  function rig::one_or_many::string_or_option_one_or_many, previously in file /tmp/.tmpe5hJL3/rig-core/src/one_or_many.rs:433
  function rig::pipeline::with_error, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/mod.rs:297
  function rig::pipeline::op::map, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:250
  function rig::pipeline::map, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:250
  function rig::providers::groq::send_compatible_streaming_request, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/groq.rs:708
  function rig::client::optional_env_var, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:98
  function rig::pipeline::op::then, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:320
  function rig::pipeline::then, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:320
  function rig::providers::anthropic::completion::apply_cache_control, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:1187
  function rig::pipeline::agent_ops::extract, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/agent_ops.rs:150
  function rig::http_client::bearer_auth_header, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:92
  function rig::embeddings::embed::to_texts, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embed.rs:83
  function rig::embeddings::to_texts, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embed.rs:83
  function rig::providers::anthropic::decoders::sse::from_response, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/sse.rs:204
  function rig::providers::voyageai::model_dimensions_from_identifier, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/voyageai.rs:120
  function rig::providers::anthropic::client::finish_anthropic_builder, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/client.rs:179

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/module_missing.ron

Failed in:
  mod rig::providers::together::client::together_ai_api_types, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/client.rs:76
  mod rig::http_client::sse, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/sse.rs:1
  mod rig::pipeline, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/mod.rs:1
  mod rig::extractor, previously in file /tmp/.tmpe5hJL3/rig-core/src/extractor.rs:1
  mod rig::providers::gemini::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:2
  mod rig::completion::request, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/request.rs:1
  mod rig::providers::galadriel, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/galadriel.rs:1
  mod rig::pipeline::op, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/op.rs:1
  mod rig::providers::openai::responses_api::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/streaming.rs:1
  mod rig::tool, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/mod.rs:1
  mod rig::client::verify, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/verify.rs:1
  mod rig::providers::huggingface::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/client.rs:1
  mod rig::providers::xiaomimimo, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xiaomimimo.rs:1
  mod rig::providers::voyageai, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/voyageai.rs:1
  mod rig::model::listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/model/listing.rs:1
  mod rig::pipeline::conditional, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/conditional.rs:1
  mod rig::embeddings, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/mod.rs:1
  mod rig::providers::mistral::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/client.rs:1
  mod rig::providers::huggingface::image_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/image_generation.rs:1
  mod rig::providers::openai::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/model_listing.rs:1
  mod rig::wasm_compat, previously in file /tmp/.tmpe5hJL3/rig-core/src/wasm_compat.rs:1
  mod rig::providers::xai::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/client.rs:1
  mod rig::providers::xai::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/completion.rs:1
  mod rig::providers::cohere::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/streaming.rs:1
  mod rig::markers, previously in file /tmp/.tmpe5hJL3/rig-core/src/markers.rs:1
  mod rig::providers::gemini::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/embedding.rs:2
  mod rig::providers::xai::image_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/image_generation.rs:1
  mod rig::providers::openai::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/transcription.rs:1
  mod rig::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/streaming.rs:1
  mod rig::providers::chatgpt, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/chatgpt/mod.rs:1
  mod rig::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/mod.rs:1
  mod rig::providers::cohere::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/client.rs:1
  mod rig::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/transcription.rs:1
  mod rig::embeddings::embed, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embed.rs:1
  mod rig::loaders::epub, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/epub/mod.rs:1
  mod rig::providers::openrouter::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/model_listing.rs:1
  mod rig::providers::gemini::interactions_api::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/streaming.rs:1
  mod rig::vector_store::request, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/request.rs:1
  mod rig::providers::anthropic::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/model_listing.rs:1
  mod rig::providers::gemini::gemini_api_types, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/mod.rs:25
  mod rig, previously in file /tmp/.tmpe5hJL3/rig-core/src/lib.rs:1
  mod rig::providers::together::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/embedding.rs:2
  mod rig::providers::openai::completion::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:1
  mod rig::providers::openai::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/streaming.rs:1
  mod rig::client::audio_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/audio_generation.rs:1
  mod rig::embeddings::distance, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/distance.rs:1
  mod rig::providers::gemini::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/transcription.rs:1
  mod rig::providers::huggingface::image_generation::image_generation_models, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/image_generation.rs:8
  mod rig::providers::mistral, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/mod.rs:1
  mod rig::agent, previously in file /tmp/.tmpe5hJL3/rig-core/src/agent/mod.rs:1
  mod rig::tool::server, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/server.rs:1
  mod rig::tools, previously in file /tmp/.tmpe5hJL3/rig-core/src/tools/mod.rs:1
  mod rig::loaders::pdf, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/pdf.rs:1
  mod rig::http_client, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/mod.rs:1
  mod rig::providers::huggingface::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:1
  mod rig::providers::zai, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/zai.rs:1
  mod rig::pipeline::try_op, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/try_op.rs:1
  mod rig::embeddings::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/embedding.rs:1
  mod rig::providers::xai, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/mod.rs:1
  mod rig::providers::anthropic::decoders, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/mod.rs:8
  mod rig::providers::groq, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/groq.rs:1
  mod rig::embeddings::tool, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/tool.rs:1
  mod rig::completion::message, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1
  mod rig::message, previously in file /tmp/.tmpe5hJL3/rig-core/src/completion/message.rs:1
  mod rig::providers::gemini::completion::gemini_api_types, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/completion.rs:523
  mod rig::providers::gemini::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/streaming.rs:1
  mod rig::providers::openai::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/embedding.rs:1
  mod rig::loaders, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/mod.rs:1
  mod rig::one_or_many, previously in file /tmp/.tmpe5hJL3/rig-core/src/one_or_many.rs:1
  mod rig::client::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/model_listing.rs:1
  mod rig::providers::gemini::interactions_api::interactions_api_types, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:636
  mod rig::audio_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/audio_generation.rs:1
  mod rig::image_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/image_generation.rs:1
  mod rig::providers::openrouter::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/streaming.rs:1
  mod rig::vector_store, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/mod.rs:1
  mod rig::pipeline::agent_ops, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/agent_ops.rs:1
  mod rig::vector_store::lsh, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/lsh.rs:1
  mod rig::providers::openrouter::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/embedding.rs:1
  mod rig::providers::cohere, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/mod.rs:1
  mod rig::providers::together, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/mod.rs:1
  mod rig::tool::rmcp, previously in file /tmp/.tmpe5hJL3/rig-core/src/tool/rmcp.rs:1
  mod rig::providers, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mod.rs:1
  mod rig::providers::anthropic::decoders::line, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/line.rs:1
  mod rig::vector_store::builder, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/builder.rs:1
  mod rig::providers::mistral::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:1
  mod rig::providers::anthropic::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/streaming.rs:1
  mod rig::providers::openrouter, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/mod.rs:1
  mod rig::providers::huggingface::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/transcription.rs:1
  mod rig::providers::gemini, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/mod.rs:1
  mod rig::tools::think, previously in file /tmp/.tmpe5hJL3/rig-core/src/tools/think.rs:1
  mod rig::providers::gemini::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/client.rs:1
  mod rig::providers::ollama, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/ollama.rs:1
  mod rig::providers::together::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:2
  mod rig::providers::anthropic::decoders::jsonl, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/jsonl.rs:1
  mod rig::evals, previously in file /tmp/.tmpe5hJL3/rig-core/src/evals.rs:1
  mod rig::model, previously in file /tmp/.tmpe5hJL3/rig-core/src/model/mod.rs:4
  mod rig::providers::openrouter::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/client.rs:1
  mod rig::providers::openai::image_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/image_generation.rs:1
  mod rig::providers::copilot, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/copilot/mod.rs:1
  mod rig::providers::anthropic::decoders::sse, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/decoders/sse.rs:1
  mod rig::providers::deepseek, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/deepseek.rs:1
  mod rig::providers::huggingface, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/mod.rs:1
  mod rig::providers::xai::audio_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/audio_generation.rs:1
  mod rig::providers::gemini::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/model_listing.rs:1
  mod rig::providers::mistral::embedding, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/embedding.rs:1
  mod rig::client::embeddings, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/embeddings.rs:1
  mod rig::providers::anthropic, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/mod.rs:1
  mod rig::providers::perplexity, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/perplexity.rs:1
  mod rig::providers::huggingface::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/streaming.rs:1
  mod rig::telemetry, previously in file /tmp/.tmpe5hJL3/rig-core/src/telemetry/mod.rs:1
  mod rig::providers::anthropic::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/client.rs:1
  mod rig::providers::llamafile, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/llamafile.rs:1
  mod rig::providers::gemini::interactions_api, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/gemini/interactions_api/mod.rs:1
  mod rig::providers::openai::audio_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/audio_generation.rs:1
  mod rig::integrations::discord_bot, previously in file /tmp/.tmpe5hJL3/rig-core/src/integrations/discord_bot.rs:1
  mod rig::providers::openai::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/client.rs:1
  mod rig::providers::openai::responses_api, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/mod.rs:1
  mod rig::prelude, previously in file /tmp/.tmpe5hJL3/rig-core/src/prelude.rs:1
  mod rig::providers::anthropic::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/anthropic/completion.rs:1
  mod rig::providers::openai, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/mod.rs:1
  mod rig::client::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/transcription.rs:1
  mod rig::providers::mira, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mira.rs:1
  mod rig::providers::openrouter::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openrouter/completion.rs:1
  mod rig::providers::mistral::model_listing, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/model_listing.rs:1
  mod rig::http_client::multipart, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/multipart.rs:1
  mod rig::client::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/completion.rs:1
  mod rig::providers::moonshot, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/moonshot.rs:1
  mod rig::providers::openai::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:5
  mod rig::providers::together::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/client.rs:1
  mod rig::providers::cohere::embeddings, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/embeddings.rs:1
  mod rig::providers::minimax, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/minimax.rs:1
  mod rig::integrations, previously in file /tmp/.tmpe5hJL3/rig-core/src/integrations/mod.rs:1
  mod rig::loaders::file, previously in file /tmp/.tmpe5hJL3/rig-core/src/loaders/file.rs:1
  mod rig::client::image_generation, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/image_generation.rs:1
  mod rig::client, previously in file /tmp/.tmpe5hJL3/rig-core/src/client/mod.rs:1
  mod rig::providers::openai::responses_api::websocket, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/responses_api/websocket.rs:1
  mod rig::integrations::cli_chatbot, previously in file /tmp/.tmpe5hJL3/rig-core/src/integrations/cli_chatbot.rs:1
  mod rig::providers::hyperbolic, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/hyperbolic.rs:1
  mod rig::http_client::retry, previously in file /tmp/.tmpe5hJL3/rig-core/src/http_client/retry.rs:1
  mod rig::providers::mistral::transcription, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/transcription.rs:1
  mod rig::providers::cohere::completion, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/completion.rs:1
  mod rig::providers::azure, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/azure.rs:1
  mod rig::vector_store::in_memory_store, previously in file /tmp/.tmpe5hJL3/rig-core/src/vector_store/in_memory_store.rs:1
  mod rig::pipeline::parallel, previously in file /tmp/.tmpe5hJL3/rig-core/src/pipeline/parallel.rs:1
  mod rig::providers::together::streaming, previously in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/streaming.rs:1
  mod rig::embeddings::builder, previously in file /tmp/.tmpe5hJL3/rig-core/src/embeddings/builder.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing or renamed
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  GENERAL_API_BASE_URL in file /tmp/.tmpe5hJL3/rig-core/src/providers/zai.rs:35
  VICUNA_13B_V1_3 in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:46
  VICUNA_13B_V1_3 in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:46
  GPT_4_0125_PREVIEW in file /tmp/.tmpe5hJL3/rig-core/src/providers/galadriel.rs:193
  Flux1 in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/image_generation.rs:9
  Flux1 in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/image_generation.rs:9
  Flux1 in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/image_generation.rs:9
  COMMAND_R_PLUS in file /tmp/.tmpe5hJL3/rig-core/src/providers/cohere/mod.rs:26
  O1_MINI in file /tmp/.tmpe5hJL3/rig-core/src/providers/azure.rs:549
  LLAMA_3_8B_CHAT_HF in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:60
  LLAMA_3_8B_CHAT_HF in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:60
  GPT_4O in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:67
  GPT_4O in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:67
  API_BASE_URL in file /tmp/.tmpe5hJL3/rig-core/src/providers/xiaomimimo.rs:36
  CODE_LLAMA_13B_INSTRUCT in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:73
  CODE_LLAMA_13B_INSTRUCT in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:73
  GPT_4_32K in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:91
  GPT_4_32K in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:91
  GROK_3_MINI in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/completion.rs:25
  GROK_3_MINI in file /tmp/.tmpe5hJL3/rig-core/src/providers/xai/completion.rs:25
  MISTRAL_7B_INSTRUCT_V0_2 in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:86
  MISTRAL_7B_INSTRUCT_V0_2 in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:86
  O1_MINI in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:116
  O1_MINI in file /tmp/.tmpe5hJL3/rig-core/src/providers/openai/completion/mod.rs:116
  MINIMAX_M2_5_HIGHSPEED in file /tmp/.tmpe5hJL3/rig-core/src/providers/minimax.rs:49
  MINISTRAL_8B in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:29
  MINISTRAL_8B in file /tmp/.tmpe5hJL3/rig-core/src/providers/mistral/completion.rs:29
  QWEN2_VL in file /tmp/.tmpe5hJL3/rig-core/src/providers/huggingface/completion.rs:45
  CLAUDE_SONNET_4 in file /tmp/.tmpe5hJL3/rig-core/src/providers/copilot/mod.rs:74
  VOYAGE_3_LARGE in file /tmp/.tmpe5hJL3/rig-core/src/providers/voyageai.rs:106
  WHISPER_LARGE_V3 in file /tmp/.tmpe5hJL3/rig-core/src/providers/groq.rs:508
  OPENCHAT_3_5 in file /tmp/.tmpe5hJL3/rig-core/src/providers/together/completion.rs:98
  OPENCHAT_3_

@github-actions github-actions Bot force-pushed the release-plz-2026-04-28T23-01-47Z branch 4 times, most recently from d798c57 to 31cbe8c Compare April 30, 2026 20:52
@github-actions github-actions Bot force-pushed the release-plz-2026-04-28T23-01-47Z branch from 31cbe8c to f29fefd Compare April 30, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants